gtk: Remove propagation limit of captured events on the grab widget
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 24 Feb 2014 13:51:27 +0000 (14:51 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:22 +0000 (19:54 +0200)
commitd0da82fed64b61dcf3476516464794598ca99e69
treef070dbacd48df2718f86a49e925b7a568c1c77e6
parent71e382cf42e631cbd2739b0b74a5837064cf7de3
gtk: Remove propagation limit of captured events on the grab widget

Now, all captured events run from the toplevel to the deepmost widget,
regardless of GTK+ grabs. This makes captured events more useful to
event controllers if used together in the hierarchy with widgets doing
old fashioned event handling and GTK+ grabs.
gtk/gtkmain.c